steam_current_game_language

语法:

steam_current_game_language();


返回: String(字符串)


描述

This function is used retrieve the current language that Steam is using (as a string), for example "english".


例如:

language = steam_current_game_language();

The above code gets the language used for the current game.